home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_netUpdate.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.5 KB  |  56 lines

  1. /*****************************************************************************
  2.   FILE           : ui_netUpdate.ph
  3.   SHORTNAME      : netUpdat.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 18.5.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_netUpdate.ph    1.8 3/2/94
  14.   SCCS VERSION   : 1.8
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_NETUPDATE_DEFINED_
  23. #define _UI_NETUPDATE_DEFINED_
  24.  
  25.  
  26. /* begin global definition section */
  27.  
  28.  
  29. void ui_net_drawLink (struct Ui_DisplayType *, FlagType, int, int, 
  30.         FlintType, Bool);
  31. void ui_net_drawUnit (struct Ui_DisplayType *, FlagType, int, Bool);
  32. void ui_net_drawAllLinksToUnit (struct Ui_DisplayType *, FlagType, int, Bool);
  33. void ui_net_drawAllLinksFromUnit (struct Ui_DisplayType *, FlagType, 
  34.         int, FlagType);
  35. void ui_net_updateWhole (struct Ui_DisplayType *, FlagType, int, Bool);
  36. void ui_net_completeRefresh (struct Ui_DisplayType *, FlagType);
  37.  
  38. /* end global definition section */
  39.  
  40.  
  41. /* begin private definition section */
  42.  
  43.  
  44. static void ui_net_doClearWindow (struct Ui_DisplayType *);
  45. static void ui_net_clearWindow (struct Ui_DisplayType *, FlagType);
  46.  
  47.  
  48. /* end private definition section */
  49.  
  50.  
  51. #endif /* _UI_NETUPDATE_DEFINED_ */
  52.  
  53.  
  54. /* end of file */
  55. /* lines: 30 */
  56.